diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-03-12 18:25:44 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-03-14 11:58:04 +0900 |
commit | 5624e43fe9530eaa297b75cbcba1d776a4cb6615 (patch) | |
tree | ed7dcfe4378f1e667202fdf0c4712b96ceb58d04 /svx/source/customshapes/EnhancedCustomShapeFontWork.cxx | |
parent | 4949ae959c3e60d62af05b383197388c1d197441 (diff) |
mark them as local
Change-Id: I4b0085238305ac454c4adcf0bf1ba000d385467e
Diffstat (limited to 'svx/source/customshapes/EnhancedCustomShapeFontWork.cxx')
-rw-r--r-- | svx/source/customshapes/EnhancedCustomShapeFontWork.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx b/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx index b22c7048dbd5..d6a829eea6bb 100644 --- a/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx +++ b/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx @@ -84,7 +84,7 @@ struct FWData // representing the whole text }; -sal_Bool InitializeFontWorkData( const SdrObject* pCustomShape, const sal_uInt16 nOutlinesCount2d, FWData& rFWData ) +static sal_Bool InitializeFontWorkData( const SdrObject* pCustomShape, const sal_uInt16 nOutlinesCount2d, FWData& rFWData ) { sal_Bool bNoErr = sal_False; sal_Bool bSingleLineMode = sal_False; |