summaryrefslogtreecommitdiff
path: root/sw/inc/docstyle.hxx
diff options
context:
space:
mode:
authorJakub Trzebiatowski <ubap.dev@gmail.com>2016-08-02 14:57:17 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-08-10 07:40:53 +0000
commit0943ee2decb8d5a1a2a5bf3b1c233934a89e9c97 (patch)
tree535b6bdbc808ab4119a5e6aa73d408645414c4b5 /sw/inc/docstyle.hxx
parent1b482aec4e7b6aec86fb20bcda555c4060a80332 (diff)
GSoC Writer Table Styles; Create by example; fix undo
- Create style by example, tracked by undo; - Fixed delete style, now is tracked by undo Change-Id: Ic39b549b0b970b1b15001d527a82fb26e4a630aa Reviewed-on: https://gerrit.libreoffice.org/27990 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sw/inc/docstyle.hxx')
-rw-r--r--sw/inc/docstyle.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/docstyle.hxx b/sw/inc/docstyle.hxx
index bb43d7d1748d..0e1e95965f8e 100644
--- a/sw/inc/docstyle.hxx
+++ b/sw/inc/docstyle.hxx
@@ -50,7 +50,7 @@ class SW_DLLPUBLIC SwDocStyleSheet : public SfxStyleSheetBase
SwFrameFormat* pFrameFormat;
const SwPageDesc* pDesc;
const SwNumRule* pNumRule;
- const SwTableAutoFormat* pTableFormat;
+ SwTableAutoFormat* pTableFormat;
const SwBoxAutoFormat* pBoxFormat;
SwDoc& rDoc;
SfxItemSet aCoreSet;
@@ -135,6 +135,7 @@ public:
const SwPageDesc* GetPageDesc();
const SwNumRule* GetNumRule();
void SetNumRule(const SwNumRule& rRule);
+ SwTableAutoFormat* GetTableFormat();
virtual bool IsUsed() const override;
};