summaryrefslogtreecommitdiffstats
path: root/svx/source/svdraw/svdviter.cxx
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2011-01-13 16:27:50 +0100
committerMikhail Voytenko <mav@openoffice.org>2011-01-13 16:27:50 +0100
commit006b8504d7c633a61b4953151e71b83fda8e204d (patch)
tree80bcda35b0c8e37304e4a08d952a4bba130a4c9b /svx/source/svdraw/svdviter.cxx
parentremovetooltypes01: #i112600# remove tooltypes from drawinlayer (diff)
downloadcore-006b8504d7c633a61b4953151e71b83fda8e204d.tar.gz
core-006b8504d7c633a61b4953151e71b83fda8e204d.zip
removetooltypes01: #i112600# remove tooltypes from svx
Diffstat (limited to 'svx/source/svdraw/svdviter.cxx')
-rw-r--r--svx/source/svdraw/svdviter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdviter.cxx b/svx/source/svdraw/svdviter.cxx
index ceb192e85683..c33b4d8c84b3 100644
--- a/svx/source/svdraw/svdviter.cxx
+++ b/svx/source/svdraw/svdviter.cxx
@@ -134,7 +134,7 @@ sal_Bool SdrViewIter::ImpCheckPageView(SdrPageView* pPV) const
if(!aObjLay.IsEmpty())
{
- return TRUE;
+ return sal_True;
} // ansonsten die naechste MasterPage der Page ansehen...
}
else