diff options
author | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2014-09-24 23:18:59 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2014-09-24 23:18:59 +0200 |
commit | 647f83afb618acbf75c8c6f0a4531bd1e76d8a7e (patch) | |
tree | 6eac346a865e99c887e562eb77ed614a7311df81 | |
parent | 1fb8724f9834dbc07b741eeed31b31347bc0c2a1 (diff) |
Fix fallout
from e16c8534f446a7cc311d6d5026aae5457e4f8e6c
Change-Id: I05154dd06b062aaf7fdffe1aa3792f9710293021
-rw-r--r-- | sd/source/ui/app/sdmod2.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/app/sdmod2.cxx b/sd/source/ui/app/sdmod2.cxx index 8a25098858a6..d0ba712f7716 100644 --- a/sd/source/ui/app/sdmod2.cxx +++ b/sd/source/ui/app/sdmod2.cxx @@ -272,8 +272,6 @@ IMPL_LINK(SdModule, CalcFieldValueHdl, EditFieldInfo*, pInfo) pInfo->SetRepresentation( aRepresentation ); } else if( dynamic_cast< const SvxPagesField* >(pField) ) - OUString aRepresentation; - else if( dynamic_cast< const SvxPagesField* >(pField) ) { OUString aRepresentation(" "); |