Kaydet (Commit) e4aecbdb authored tarafından August Sodora's avatar August Sodora

SvStringsDtor->std::vector

üst 16605364
...@@ -44,7 +44,6 @@ class SfxMedium; ...@@ -44,7 +44,6 @@ class SfxMedium;
class SfxViewFrame; class SfxViewFrame;
class SdrObject; class SdrObject;
class SvxMacroTableDtor; class SvxMacroTableDtor;
class SvStringsDtor;
class SwDoc; class SwDoc;
class SwPaM; class SwPaM;
class ViewShell; class ViewShell;
...@@ -800,8 +799,8 @@ private: ...@@ -800,8 +799,8 @@ private:
SfxItemSet& rCSS1ItemSet, SfxItemSet& rCSS1ItemSet,
SvxCSS1PropertyInfo& rCSS1PropInfo, SvxCSS1PropertyInfo& rCSS1PropInfo,
const SvxMacroTableDtor& rMacroTbl, const SvxMacroTableDtor& rMacroTbl,
const SvStringsDtor& rUnoMacroTbl, const std::vector<String>& rUnoMacroTbl,
const SvStringsDtor& rUnoMacroParamTbl, const std::vector<String>& rUnoMacroParamTbl,
sal_Bool bSetPropSet = sal_True, sal_Bool bSetPropSet = sal_True,
sal_Bool bHidden = sal_False ); sal_Bool bHidden = sal_False );
void SetControlSize( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > & rShape, const Size& rTextSz, void SetControlSize( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > & rShape, const Size& rTextSz,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment