diff options
author | Thomas Lange [tl] <tl@openoffice.org> | 2010-11-26 10:52:38 +0100 |
---|---|---|
committer | Thomas Lange [tl] <tl@openoffice.org> | 2010-11-26 10:52:38 +0100 |
commit | 60bb1b3436e02a78ff39dd08ec0bffc9c9e2c40c (patch) | |
tree | 6ba4b9aa791ac3a912437b29f187b1828a972ba8 /sw/inc/IDocumentDeviceAccess.hxx | |
parent | 8bf24a92b0e97a52412e4e12fb7223e36c1efcdf (diff) |
cws tl84: #i115373# getPrintData refactoring
Diffstat (limited to 'sw/inc/IDocumentDeviceAccess.hxx')
-rwxr-xr-x | sw/inc/IDocumentDeviceAccess.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/IDocumentDeviceAccess.hxx b/sw/inc/IDocumentDeviceAccess.hxx index 75e6d650a203..42923a2fadf4 100755 --- a/sw/inc/IDocumentDeviceAccess.hxx +++ b/sw/inc/IDocumentDeviceAccess.hxx @@ -129,7 +129,7 @@ @returns the current PrintData */ - virtual SwPrintData* getPrintData() const = 0; + virtual const SwPrintData & getPrintData() const = 0; /** Sets the PrintData |