From 2fd9c2bf9af0c50dae3af3dbe5e22965ccdb4ae7 Mon Sep 17 00:00:00 2001 From: Cédric Bosdonnat Date: Sun, 25 Nov 2012 15:24:42 +0100 Subject: Allow to hide styles in the "Styles & Formating" dialog In its current state, the feature only hides the styles. Things to sort out are: + Add some automatic filter to show hidden styles + Make the visibility persist in the file format Change-Id: I5904f41bb567add7b6bf501c6c5297f9f149a915 --- sc/inc/stlpool.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/inc/stlpool.hxx') diff --git a/sc/inc/stlpool.hxx b/sc/inc/stlpool.hxx index 5cbca39e8fee..f2a025536835 100644 --- a/sc/inc/stlpool.hxx +++ b/sc/inc/stlpool.hxx @@ -54,7 +54,7 @@ public: const String* GetForceStdName() const { return pForceStdName; } virtual SfxStyleSheetBase& Make( const String&, SfxStyleFamily eFam, - sal_uInt16 nMask = 0xffff, sal_uInt16 nPos = 0xffff ); + sal_uInt16 nMask = SFXSTYLEBIT_ALL, sal_uInt16 nPos = 0xffff ); protected: virtual ~ScStyleSheetPool(); -- cgit