summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/stylesbuffer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/stylesbuffer.hxx')
-rw-r--r--sc/source/filter/inc/stylesbuffer.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/inc/stylesbuffer.hxx b/sc/source/filter/inc/stylesbuffer.hxx
index 020ddd9d0b07..ead10940eb45 100644
--- a/sc/source/filter/inc/stylesbuffer.hxx
+++ b/sc/source/filter/inc/stylesbuffer.hxx
@@ -676,11 +676,11 @@ public:
explicit Dxf( const WorkbookHelper& rHelper );
/** Creates a new empty font object. */
- FontRef createFont( bool bAlwaysNew = true );
+ FontRef const & createFont( bool bAlwaysNew = true );
/** Creates a new empty border object. */
- BorderRef createBorder( bool bAlwaysNew = true );
+ BorderRef const & createBorder( bool bAlwaysNew = true );
/** Creates a new empty fill object. */
- FillRef createFill( bool bAlwaysNew = true );
+ FillRef const & createFill( bool bAlwaysNew = true );
/** Inserts a new number format code. */
void importNumFmt( const AttributeList& rAttribs );