diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-06 16:29:44 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-07 11:05:03 +0200 |
commit | 2aa9110ed0bf8c4e678caffa1677143b3290240b (patch) | |
tree | 60167bf24aa2f594a18e3326823faf09a32b200d /sd/inc/sdmod.hxx | |
parent | 60bbbcabed5ddf477a17970af79f464fc5e98753 (diff) |
Remove SvStorageRef alias
Change-Id: Icd1bf88cefac929916ece9a30b9b65c5297ec2a3
Diffstat (limited to 'sd/inc/sdmod.hxx')
-rw-r--r-- | sd/inc/sdmod.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/sdmod.hxx b/sd/inc/sdmod.hxx index cda5f9c78fba..071f54327688 100644 --- a/sd/inc/sdmod.hxx +++ b/sd/inc/sdmod.hxx @@ -137,7 +137,7 @@ protected: SdOptions* pDrawOptions; SvxSearchItem* pSearchItem; SvNumberFormatter* pNumberFormatter; - SvStorageRef xOptionStorage; + SotStorageRef xOptionStorage; bool bWaterCan; SfxErrorHandler* mpErrorHdl; /** This device is used for printer independent layout. It is virtual |