summaryrefslogtreecommitdiff
path: root/sc/inc/styleuno.hxx
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2023-03-17 14:51:25 +0200
committerMaxim Monastirsky <momonasmon@gmail.com>2023-03-22 10:16:03 +0000
commitdebf3e06bc5330b227dc9dd55e49930cb3da522a (patch)
treefc6a21ecf8c80c77ef84822885cb982f9d3bb311 /sc/inc/styleuno.hxx
parenta49019618be881520a454550454c3f2d078d17fa (diff)
sc drawstyles: Add a style UNO property to shapes
Change-Id: I5c8eb3c3e182d9efefc385020b97d768e615a20a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149278 Tested-by: Jenkins Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'sc/inc/styleuno.hxx')
-rw-r--r--sc/inc/styleuno.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/styleuno.hxx b/sc/inc/styleuno.hxx
index d19feed3563a..07bf2cb7b12d 100644
--- a/sc/inc/styleuno.hxx
+++ b/sc/inc/styleuno.hxx
@@ -170,7 +170,6 @@ private:
OUString aStyleName;
SfxStyleSheetBase* pStyle_cached;
- SfxStyleSheetBase* GetStyle_Impl( bool bUseCachedValue = false );
const SfxItemSet* GetStyleItemSet_Impl( std::u16string_view rPropName, const SfxItemPropertyMapEntry*& rpEntry );
/// @throws css::beans::UnknownPropertyException
/// @throws css::uno::RuntimeException
@@ -198,6 +197,7 @@ public:
bool IsInserted() const { return pDocShell != nullptr; }
SfxStyleFamily GetFamily() const { return eFamily; }
void InitDoc( ScDocShell* pNewDocSh, const OUString& rNewName );
+ SfxStyleSheetBase* GetStyle_Impl( bool bUseCachedValue = false );
virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) override;