summaryrefslogtreecommitdiffstats
path: root/sc/inc/stlsheet.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-05-19 04:53:07 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-05-19 05:33:48 +0200
commit2ae89f59fdad8ac5a98ce02ea31cbe55a5048c43 (patch)
tree077172d63d9a9e58e65e6a7260135a3b1965e1d2 /sc/inc/stlsheet.hxx
parentuse XL_A1 as ref string syntax for excel produced documents (diff)
downloadcore-2ae89f59fdad8ac5a98ce02ea31cbe55a5048c43.tar.gz
core-2ae89f59fdad8ac5a98ce02ea31cbe55a5048c43.zip
don't use default style as parent for OOXML cond format style, tdf#91335
Change-Id: I1388bb5ab71f6f6d174872023f085240f3bff916
Diffstat (limited to 'sc/inc/stlsheet.hxx')
-rw-r--r--sc/inc/stlsheet.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/stlsheet.hxx b/sc/inc/stlsheet.hxx
index cb65a01028bb..6bfcfd595e9d 100644
--- a/sc/inc/stlsheet.hxx
+++ b/sc/inc/stlsheet.hxx
@@ -22,6 +22,8 @@
#include <svl/style.hxx>
+#include "scdllapi.h"
+
#define SCSTYLEBIT_STANDARD 0x0001
class ScStyleSheetPool;
@@ -48,6 +50,7 @@ public:
ScStyleSheet( const ScStyleSheet& rStyle );
virtual bool SetParent ( const OUString& rParentName ) SAL_OVERRIDE;
+ SC_DLLPUBLIC void ResetParent();
virtual SfxItemSet& GetItemSet () SAL_OVERRIDE;
virtual bool IsUsed () const SAL_OVERRIDE;
virtual bool HasFollowSupport () const SAL_OVERRIDE;