summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/propertyeditor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/propertyeditor.cxx')
-rw-r--r--extensions/source/propctrlr/propertyeditor.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/propertyeditor.cxx b/extensions/source/propctrlr/propertyeditor.cxx
index e5aa5f24d5d5..0cf8dffb8e0f 100644
--- a/extensions/source/propctrlr/propertyeditor.cxx
+++ b/extensions/source/propctrlr/propertyeditor.cxx
@@ -383,7 +383,7 @@ namespace pcr
OBrowserPage* pPage = getPage( _nPageId );
DBG_ASSERT( pPage, "OPropertyEditor::InsertEntry: don't have such a page!" );
if ( !pPage )
- return LISTBOX_ENTRY_NOTFOUND;
+ return EDITOR_LIST_ENTRY_NOTFOUND;
sal_uInt16 nEntry = pPage->getListBox().InsertEntry( rData, nPos );
@@ -427,7 +427,7 @@ namespace pcr
sal_uInt16 OPropertyEditor::GetPropertyPos( const OUString& rEntryName ) const
{
- sal_uInt16 nVal=LISTBOX_ENTRY_NOTFOUND;
+ sal_uInt16 nVal=EDITOR_LIST_ENTRY_NOTFOUND;
const OBrowserPage* pPage = getPage( rEntryName );
if ( pPage )
nVal = pPage->getListBox().GetPropertyPos( rEntryName );