summaryrefslogtreecommitdiff
path: root/svtools/inc/QueryFolderName.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/inc/QueryFolderName.hxx')
-rw-r--r--svtools/inc/QueryFolderName.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/svtools/inc/QueryFolderName.hxx b/svtools/inc/QueryFolderName.hxx
index b9762717d3cd..881e773bab67 100644
--- a/svtools/inc/QueryFolderName.hxx
+++ b/svtools/inc/QueryFolderName.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -43,21 +43,21 @@ namespace svtools {
class QueryFolderNameDialog : public ModalDialog
{
private:
- FixedText aNameText;
- Edit aNameEdit;
- FixedLine aNameLine;
- OKButton aOKBtn;
- CancelButton aCancelBtn;
+ FixedText aNameText;
+ Edit aNameEdit;
+ FixedLine aNameLine;
+ OKButton aOKBtn;
+ CancelButton aCancelBtn;
DECL_LINK( OKHdl, Button * );
DECL_LINK( NameHdl, Edit * );
public:
- QueryFolderNameDialog( Window* _pParent,
+ QueryFolderNameDialog( Window* _pParent,
const String& rTitle,
const String& rDefaultText,
String* pGroupName = NULL );
- String GetName() const { return aNameEdit.GetText(); }
+ String GetName() const { return aNameEdit.GetText(); }
};
}