diff options
Diffstat (limited to 'sd/inc/sdpage.hxx')
-rw-r--r-- | sd/inc/sdpage.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sd/inc/sdpage.hxx b/sd/inc/sdpage.hxx index 208c5888a69b..a1121b68b18b 100644 --- a/sd/inc/sdpage.hxx +++ b/sd/inc/sdpage.hxx @@ -384,6 +384,9 @@ public: */ void getGraphicsForPrefetch(std::vector<Graphic*>& graphics) const; + static AutoLayout stringToAutoLayout(std::u16string_view rLayoutName); + static OUString autoLayoutToString(AutoLayout nLayoutId); + static sal_uInt16 mnLastPageId; private: |