summaryrefslogtreecommitdiff
path: root/rdbmaker/source/codemaker/options.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'rdbmaker/source/codemaker/options.cxx')
-rw-r--r--rdbmaker/source/codemaker/options.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/rdbmaker/source/codemaker/options.cxx b/rdbmaker/source/codemaker/options.cxx
index 0d87f38d8786..587dcf383337 100644
--- a/rdbmaker/source/codemaker/options.cxx
+++ b/rdbmaker/source/codemaker/options.cxx
@@ -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
@@ -26,28 +26,28 @@
*
************************************************************************/
-#include <codemaker/options.hxx>
+#include <codemaker/options.hxx>
using namespace rtl;
Options::Options()
{
-}
+}
Options::~Options()
{
-
+
}
const OString& Options::getProgramName() const
{
return m_program;
-}
+}
sal_Bool Options::isValid(const OString& option)
{
- return (m_options.count(option) > 0);
-}
+ return (m_options.count(option) > 0);
+}
const OString Options::getOption(const OString& option)
throw( IllegalArgument )
@@ -63,8 +63,8 @@ const OString Options::getOption(const OString& option)
const StringVector& Options::getInputFiles()
{
- return m_inputFiles;
-}
-
+ return m_inputFiles;
+}
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */