summaryrefslogtreecommitdiff
path: root/sd/inc
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2018-05-27 14:02:09 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2018-05-27 18:31:14 +0200
commit8a648b82f85d4b0eed67067ed2ddc211ad64ce72 (patch)
tree881abfab1ed69139c68cedf89c8d8e260896d190 /sd/inc
parentdedff8b95d521b2329ac3a5af37b909d46d5b175 (diff)
tdf#38225: update API name when renaming using a base class ref
... but don't update it in case it's a predefined API name Change-Id: I20075a4e085bdeab8374860c16e7eb2a72772c33 Reviewed-on: https://gerrit.libreoffice.org/54879 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/stlsheet.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sd/inc/stlsheet.hxx b/sd/inc/stlsheet.hxx
index b86314383ca5..ae21105070a8 100644
--- a/sd/inc/stlsheet.hxx
+++ b/sd/inc/stlsheet.hxx
@@ -80,6 +80,9 @@ public:
static void BroadcastSdStyleSheetChange(SfxStyleSheetBase const * pStyleSheet, PresentationObjects ePO,
SfxStyleSheetBasePool* pSSPool);
+ // SfxStyleSheetBase
+ virtual bool SetName(const OUString& rNewName, bool bReindexNow = true) override;
+
// XInterface
virtual void SAL_CALL release( ) throw () override;