summaryrefslogtreecommitdiffstats
path: root/sd/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-04-19 17:38:14 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-04-19 17:55:59 +0200
commit3057b5cdb989d44613518900b25ebad8b7c600a2 (patch)
tree3728b14d1925d3c53a7e8424ff92e742ffbac2f2 /sd/inc
parentIn lok_init_2, allow vnd.sun.star.pathname user_profile_url (diff)
downloadcore-3057b5cdb989d44613518900b25ebad8b7c600a2.tar.gz
core-3057b5cdb989d44613518900b25ebad8b7c600a2.zip
Related: tdf#99396 sd: make table controller undo code unit-testable
With these it's possible to create a table controller with the unit test user profile (that lacks .ui files) + also the sd undo stack can be asserted. Change-Id: I48f09e4bb985c32227deed736cd158dec9f4f315
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/drawdoc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx
index 099f36b970ea..bf5e0db7429f 100644
--- a/sd/inc/drawdoc.hxx
+++ b/sd/inc/drawdoc.hxx
@@ -570,7 +570,7 @@ public:
languages set at this document */
SAL_DLLPRIVATE void getDefaultFonts( vcl::Font& rLatinFont, vcl::Font& rCJKFont, vcl::Font& rCTLFont );
- SAL_DLLPRIVATE sd::UndoManager* GetUndoManager() const;
+ sd::UndoManager* GetUndoManager() const;
/** converts the given western font height to a corresponding ctl font height, depending on the system language */
SAL_DLLPRIVATE static sal_uInt32 convertFontHeightToCTL( sal_uInt32 nWesternFontHeight );